_scripts/demo-schemas/order-item-history[1].avsc (23 lines of code) (raw):
{
"type": "record",
"name": "OrderItemHistory",
"namespace": "com.epam.eco.schemacatalog.demo",
"fields": [
{
"name": "id",
"type": "int"
},
{
"name": "orderItemId",
"type": "int"
},
{
"name": "notes",
"type": "string"
},
{
"name": "state",
"type": "string"
}
]
}